home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00971_Script_Chuck Bail Yes
< prev
next >
Wrap
Text File
|
1995-05-21
|
354b
|
15 lines
on mouseDown
global calls, gMoney
if gMoney < 2000 then
set calls = "c"
puppetSound "button.aif"
set the movierate of sprite 48 to 1
go frame "ChuckNoMoney"
else
set gMoney = gMoney - 2000
set calls = "c"
puppetSound "button.aif"
set the movierate of sprite 48 to 1
go frame "ChuckYes"
end if
end